DefaultTextStyleUnderlineWordMode Property
Specifies whether underlining is applied to words only or to portions of text. If underlining is applied to text portions, the spaces between words and the words are underlined.
The defined values are:
-continuous: underlining is applied to words and separating spaces.
-skip-white-space: underlining is not applied to spaces between words.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public LineMode UnderlineWordMode { get; set; }
Public Property UnderlineWordMode As LineMode
Get
Set
Property Value
LineMode